_GtkFileChooserButtonPrivate: Added has_title flag so we can remember
authorMurray Cumming <murrayc@murrayc.com>
Wed, 19 Apr 2006 17:21:55 +0000 (17:21 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Wed, 19 Apr 2006 17:21:55 +0000 (17:21 +0000)
commit5cb13a7512b3a9b81b8a8fc97fab6e818ce90f97
tree441e6cda1aaa54ee6536a53443f186cc90e0cce3
parent36c93d25d3d0f2d05b9e26f895c1952e74c80cce
_GtkFileChooserButtonPrivate: Added has_title flag so we can remember

2006-04-19  Murray Cumming  <murrayc@murrayc.com>

        * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
        Added has_title flag so we can remember whether a title has
        been set.
        (gtk_file_chooser_button_constructor): If no title has been
        set then set it to the default title. This means that the
        default title will be used if the dialog was instantiated with
        g_object_new(), without using the gtk_file_chooser_button_new()
        convenience function. This helps language bindings.
        (gtk_file_chooser_button_set_property): Set has_title when
        setting the title.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilechooserbutton.c